﻿/* CSS Document */
@media only screen and (max-width: 762px){
.fl{float:none;display:block;}
.fr{float:none;display:block;}

.inner{width:100%;max-width:100%;}

.ding{overflow:hidden;}
.ding .inner .fl{display:none; width:98%; font-size:12px; line-height:40px; padding:0% 1%;}
.ding .fr{width:100%;}
.ding .fl .code{display:none;}
.logo{height:auto;}
.logo .fl{width:100%; padding:15px 0px;}
.logo .fl img{width:auto;height:32px;}
.ding .fr .wx{display:none;}
.ding .fr .search_out{display:none;}
.ding .fr ul{width:100%;}
.ding .fr ul li{float:left; width:20%; padding:0px 0px;}
.ding .fr ul li a{display:block;width:100%; height:40px; line-height:40px; font-size:13px; text-align:center;}


.logo .fr{width:100%;}
.logo .fr ul li{width:25%;}
.logo .fr ul li a{height:34px; line-height:34px; font-size:13px;padding:0px; text-align:center;width:100%;}


.s_quality .inner .s_search{display:none;}
.s_quality .inner .stitle{width:30%; padding-top:5px;}
.s_quality .inner .scon{width:70%;}
.s_quality .inner .scon h2{font-size:14px;padding-top:7px;}
.s_quality .inner .scon .detail{font-size:12px; padding-top:6px;}
.s_quality .inner .stitle .icon img{width:50%;}
.s_quality .inner .s_in{display:none;}
.s_quality .inner .stitle h4{font-size:13px;}





#banner{display:block;cursor:pointer;height:auto;height:120px;}
#banner .imglist{width:100%;height:120px;position:absolute;top:0px;left:0px;}
#banner  .img01{background:url(../images/m1.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img02{background:url(../images/m2.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img03{background:url(../images/m3.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img04{background:url(../images/m4.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img05{background:url(../images/m5.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img06{background:url(../images/m6.jpg) no-repeat center top;background-size:100% auto;}
#banner .left{left:5%;top:40%;width:20px;height:36px;z-index:7; background-size:40px 72px;}
#banner .right{right:5%;top:40%;width:20px;height:36px;z-index:8; background:url(../images/focus_btn.png) no-repeat -20px 0px;background-size:40px 72px; }



.dl-menuwrapper {display:block;
	width: 100%;
	position: absolute;
	top:0px;
	right:0;
	
	z-index: 99;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	/*background: url(../images/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0px;
	right:0;
	cursor: pointer;
	outline: none;
	background:url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper button:hover ,
.dl-menuwrapper button.dl-active {background:url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper ul {
	background: #0164b0;
}


.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 0 20px;
	font-size: 14px;
	line-height:40px;
	color: #fff;
	border-top: 1px solid #2570b3;
	outline: none;
}
.dl-menuwrapper li a:hover{background: rgba(187,1,1,1);}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(225,1,1,1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(225,1,1,1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.8);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.8);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {

		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(225,1,1,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after{content: '';}



.container .list .inner{padding-top:20px; padding-bottom:0px;}
.container .list .title h4{font-size:18px;}
.container .list .title{background-size:70% auto;}
.container .list .title .more{font-size:12px;}
.container .list .con{padding-top:12px;}
.container .list .con ul{width:96%; margin:0 auto;}
.container .list .con ul li{width:48%; margin-right:2%; margin-bottom:15px; padding-top:100px; background-size:140% auto;height:150px;}
.container .list .con ul li .wz{width:94%;}
.container .list .con ul li .wz .detail{font-size:12px; line-height:18px;}
.container .list .con ul li .wz .tit{font-size:15px; line-height:24px;}
.container .list .con ul li .pic{margin-left:-50px;width:100px;}
.container .list .con ul li .moret{bottom:12px;width:15px; height:15px; line-height:15px; font-size:15px;}


.container .project{background-size:220% auto;}
.container .project .inner{padding:20px 0px;}
.container .project .title{background-size:70% auto;}
.container .project .title h4{font-size:18px;}
.container .project .title .more{font-size:12px; margin-top:0px;}
.container .project .con{padding-top:15px;}
.container .project .con .h_pic #scrollarea{width:1000px;}
.container .project .con .h_pic #scrollarea li a.pic img{width:180px; height:135px;}
.container .project .con .h_pic #scrollarea li a.pic{width:180px;height:135px;}
.container .project .con .h_pic #scrollarea li{width:180px;}
.container .project .con .h_pic #scrollarea li .consl .moret{width:70px;font-size:12px;margin-right:5px;}
.container .project .con .h_pic #scrollarea li .consl .zx{width:70px;font-size:12px;}
.container .project .con .h_pic #scrollarea li a.tit{font-size:14px;line-height:20px;}
.container .project .con .h_pic #scrollarea li a.detail{font-size:12px;}

.container .ichoose_us .inner{padding-top:20px; padding-bottom:5px;}
.container .ichoose_us .inner .con{padding-top:10px; width:96%; margin:0 auto;}
.container .ichoose_us .inner .con li .wz{width:100%;}
.container .ichoose_us .inner .con li .pic{width:100%;}
.container .ichoose_us .inner .con li .wz{width:96%; padding:2%;}
.container .ichoose_us .inner .con li .wz dl dd .w_detail .w_tit h2{line-height:30px; font-size:18px;}
.container .ichoose_us .inner .con li .wz dl dd .w_detail .w_tit h4{font-size:17px; line-height:20px;}
.container .ichoose_us .inner .con li .wz dl dd .w_detail .w_con{font-size:12px; line-height:20px;}

.container .ichoose_us .inner .con li.ic_second .wz{width:96%; padding:2%;}
.container .ichoose_us .inner .con li .wz dl dd .w_detail .w_con .yellow{font-size:12px;line-height:20px;}

.container .solution{background: url(../images/mproject_tit_bg.jpg) no-repeat center top; background-size:100% auto;}
.container .solution .inner{padding-top:15px;}
.container .solution .title{background-size:70% auto;}
.container .solution .title h4{font-size:18px; }
.container .solution .title .more{font-size:12px;line-height:20px;}

.container .profile{margin-top:20px;}
.container .profile .title h4{font-size:18px;}
.container .profile .title .en{font-size:12px;line-height:20px;}
.container .profile .con{font-size:13px; line-height:20px;}

.container .oml_site{max-width:100%; margin-top:15px;}
.h_style #scrollarea li img{width:150px; height:113px;}
.h_style #scrollarea li a{width:150px; height:113px;}
.h_style #scrollarea li{width:150px; height:113px;}
.h_style #scrollarea{max-width:100%; height:113px;}

.container .wrap{max-width:100%; margin-top:20px;}
.container .wrap .gs_news{float:none; width:96%; margin:0 auto;}
.container .wrap .tech{float:none; width:96%; margin:0 auto;}
.container .wrap .title h4{font-size:18px;}
.container .wrap .gs_news .title{background-size:auto 90%;}
.container .wrap .tech .title{background-size:auto 90%;}
.container .wrap .title .more{font-size:12px;}
.container .wrap .gs_news .con .rescommend .ns{float:none;width:100%; display:block; position:relative; z-index:2; left:0; top:0;}
.container .wrap .gs_news .con .rescommend .wz{width:100%; float:none;}
.container .wrap .gs_news .con ul li .time{width:20%;}
.container .wrap .gs_news .con ul li .wz{width:76%;}
.container .wrap .gs_news .con ul li .wz .tit{font-size:15px;line-height:22px;}
.container .wrap .gs_news .con ul li .wz .detail{font-size:12px;}
.container .wrap .gs_news .con ul li .time .yy-m{font-size:12px;}


.container .wrap .tech .con .rescommend a.tit{font-size:15px;}
.container .wrap .tech .con dl dd a{font-size:12px;}
.container .wrap .tech .con dl dt a{font-size:15px;}

.container .solution .con{padding-top:20px;}
.container .solution .con .fl{width:97.8%;}
.container .solution .con .fr{width:100%; margin-top:10px;}
.container .solution .con .fl .rescommend .pic{margin-bottom:8px;}
.container .solution .con .fl .rescommend .detail{font-size:12px; line-height:18px;}
.container .solution .con .fl .rescommend .tit{font-size:16px; line-height:30px;}
.container .solution .con .fr dl dd .wz .detail{font-size:12px; line-height:18px;}
.container .solution .con .fr dl dd .wz .tit{font-size:15px;}
.container .solution .con .fr dl dd .wz .detail{padding-top:0px;}
.container .solution .con .fl .rescommend .consl{margin-top:6px;}
.container .solution .con .fl .rescommend .consl .moret{font-size:12px;}
.container .solution .con .fr dl dd .wz .moret{background-size:auto 40%;}

.container .solution .con .fl .rescommend .consl .zx{font-size:12px;}


.oml_kf{margin-top:20px;}
.oml_kf .fl{display:none;}
.oml_kf .fr{width:100%;}
.oml_kf .fr .message{display:none;}
.oml_kf .fr .oml_tel{float:none; width:100%;}

.bot .inner{padding:15px 0px;display:none;}
.bot .inner .fl{display:none;}
.bot .inner .mid{display:none;}
.oml_kf .fr .oml_tel img{display:block; width:85%; margin:0 auto;}
.bot .oml_copy{max-width:96%; width:96%; padding:20px 2%; font-size:12px; line-height:20px;}

.banner_nei{ height:110px; background:url(../images/mny.jpg) no-repeat center top;background-size:100% auto;}
.content{max-width:96%; margin:0 auto; margin-top:10px;}
.content .fl{width:100%;}
.content .fl .list .title{display:none;}
.content .fl .list .con ul li{float:left; width:48%; margin-right:2%;height:40px;}
.content .fl .list .con ul li a{height:40px; line-height:40px;font-size:13px;}

.content .fl .news{display:none;}
.content .fl .contact{display:none;}

.content .fr{padding-left:0%; width:100%; margin:0 auto; background:none;}

.content .fr .title{height:40px; line-height:40px; margin-top:10px;}
.content .fr .title h4{font-size:16px;height:40px;line-height:40px;}
.content .fr .title .location{display:none;}
.content .fr .neirong{font-size:13px; line-height:24px;min-height:300px!important;}
.content .fr .neirong img{display:block; width:100%;}

.cl li{width:48%; margin-right:2%;margin-bottom:12px;}
.cl li img{width:100%;}
.cl li .c_detail strong{font-size:13px;line-height:30px;height:30px; overflow:hidden;}
.cl li .c_detail{font-size:12px; line-height:20px; }

.cl02 li{width:48%; margin-right:2%;margin-bottom:12px;}
.cl02 li img{width:100%;}
.cl02 li .c_detail strong{font-size:13px;line-height:30px;height:30px; overflow:hidden;}
.cl02 li .c_detail{font-size:12px; line-height:20px; }


.cl03 li{width:48%; margin-right:2%;margin-bottom:12px;}
.cl03 li img{width:100%;}
.cl03 li .c_detail strong{font-size:13px;line-height:30px;height:30px; overflow:hidden;}
.cl03 li .c_detail{font-size:12px; line-height:20px; height:160px;}

.cl_tit{height:30px; line-height:30px; font-size:15px; color:#282828;  margin-left:0px;}

.photo_list li{width:48%; margin-right:2%; margin-bottom:12px;}
.photo_list li a .tit{font-size:13px;}

.pro_list ul li{width:48%; margin-right:2%; margin-bottom:22px;}
.pro_list ul li .tit{font-size:13px;}
#spec-n5{display:none;}
.jqzoom{width:100%; height:auto;}
#preview{width:100%;}
.proright{display:none;}
.productlist .pic{float:none;width:100%;}
.productlist dl{float:none; width:100%;}
.productlist dt a{font-size:14px;}
.productlist dd{font-size:13px;}

.newslist dd.detail a{font-size:13px; line-height:22px;}
.newslist dd.detail{font-size:13px; line-height:22px; height:88px;}
.newsdetails .tip .frome{display:none;}
.newsdetails{font-size:13px; line-height:24px;}
.newsdetails .tip{font-size:12px;}
.newsdetails h2{font-size:18px; line-height:40px;}
.newslist dt a{font-size:15px;}

.xc li{width:48%; margin-right:2%; margin-bottom:15px;}
.content .fr .neirong .xc li img{width:95%;}

.video_list dl dt a{font-size:17px;line-height:40px; height:40px;}
.video_list dl dd{width:100%; margin-right:0%;}
.video_list dl dd .tit{font-size:13px;}


.mm_zhaoshang_outlook{max-width:100%; margin-top:20px;}
.mm_zhaoshang_outlook .title h4{font-size:18px; line-height:30px;}
.mm_zhaoshang_outlook .title .en{line-height:20px; font-size:14px;}
.mm_zhaoshang_outlook .con dl.dl_01{float:none; margin:0; width:96%; margin:0 auto; margin-bottom:30px;}
.mm_zhaoshang_outlook .con dl dt img{width:60%; margin:0 auto;}

.mm_zhaoshang_outlook .con dl.dl_02{float:none; margin:0; width:96%; margin:0 auto;}
.mm_zhaoshang_outlook .con dl dd .m_wz{font-size:14px; line-height:26px;height:200px;}


.mm_zhaoshang_quality{margin-top:20px;}
.mm_zhaoshang_quality .inner{width:96%; margin:0 auto;}
.mm_zhaoshang_quality .title{padding:20px 0px;}
.mm_zhaoshang_quality .title .tip{font-size:20px; letter-spacing:2px;}
.mm_zhaoshang_quality .title h4{font-size:28px; letter-spacing:2px;line-height:30px;}
.mm_zhaoshang_quality .title .m_detail{font-size:14px; line-height:22px;}


.mm_zhaoshang_quality .con{max-width:96%;width:96%; margin:0 auto; margin-top:20px;}
.mm_zhaoshang_quality .con ul li{width:45.5%; margin-bottom:15px;}


.mm_zhangshang_join{margin-top:20px;}
.mm_zhangshang_join .title{padding-top:20px;}
.mm_zhangshang_join .title h4{font-size:20px; line-height:30px;}
.mm_zhangshang_join .title .tip{height:20px;line-height:20px; font-size:14px; letter-spacing:2px;}

.mm_zhangshang_join .con{max-width:100%; margin-top:15px;height:650px;}
.mm_zhangshang_join .con .mm_wz{height:auto;}
.mm_zhangshang_join .con .mm_wz .m_fl{float:none; width:92%;padding:2%;margin:0 auto; font-size:13px; line-height:22px;background:#fff;}

.mm_zhangshang_join .con .mm_wz .m_fr{float:none; width:92%; padding:2%;margin:0 auto;font-size:13px; line-height:22px;background:#fff;}
.mm_zhangshang_join .con .mm_wz .mm_detail{font-size:12px; line-height:20px;}
.mm_zhangshang_join .con .mm_wz h2{line-height:30px; font-size:15px;height:30px; padding:5px 0px;}


.mm_zhaoshang_process{max-width:100%; margin-top:20px;}
.mm_zhaoshang_process .title h4{line-height:30px; font-size:20px; height:30px;}
.mm_zhaoshang_process .title .en{line-height:20px; font-size:14px;}
.mm_zhaoshang_process .con ul{width:96%; margin:0 auto;}
.mm_zhaoshang_process .con ul li{width:33.3%;}
.mm_zhaoshang_process .con ul li .m_tit{line-height:40px; font-size:13px;}


.mm_zhaoshang_partner{margin-top:20px;}
.mm_zhaoshang_partner .inner{padding:20px 0px;}
.mm_zhaoshang_partner .title h4{line-height:30px; font-size:22px;}
.mm_zhaoshang_partner .title .en{line-height:20px; font-size:14px; text-transform:uppercase;}
.mm_zhaoshang_partner .con .c_in .cs li{width:32.3%;}
.mm_zhaoshang_partner .con .c_in .c_tip{font-size:12px; line-height:22px;}
.mm_zhaoshang_partner .con .c_in .c_tip ul li .red{width:25%;}
.mm_zhaoshang_partner .con .c_in .c_tip ul li .m_d{width:73%;}

.mm_zhaoshang_key{max-width:100%; margin-top:20px;}
.mm_zhaoshang_key .title h4{line-height:30px; height:30px; font-size:22px; letter-spacing:2px;}
.mm_zhaoshang_key .title .tip{line-height:20px; font-size:14px; }
.mm_zhaoshang_key .title .en{line-height:20px; font-size:13px; letter-spacing:0px;}


.mm_zhaoshang_case{margin-top:20px;}
.mm_zhaoshang_case .inner{padding:20px 0px;}
.mm_zhaoshang_case .inner .title h4{line-height:30px; font-size:22px;}
.mm_zhaoshang_case .inner .title .en{line-height:20px; font-size:14px;}
.mm_zhaoshang_case .inner .con{margin-top:12px;}
.mm_zhaoshang_case .inner .con ul li{margin-bottom:10px;}
.mm_zhaoshang_case .inner .con ul li .tit{font-size:12px;}
.mm_zhaoshang_case .inner .con ul li img{margin-bottom:0px;}


.mm_zhaoshang_apply{max-width:100%; margin-top:20px; margin-bottom:20px;}
.mm_zhaoshang_apply .title{height:50px;}
.mm_zhaoshang_apply .title h4{height:50px; font-size:22px; line-height:50px;}
.mm_zhaoshang_apply .con{padding-bottom:20px; font-size:13px;}

.mm_zhaoshang_lx{max-width:100%; margin-top:20px;}
.mm_zhaoshang_lx h2{font-size:16px; line-height:30px;}
.mm_zhaoshang_lx h4{line-height:20px; font-size:14px;}
.mm_zhaoshang_lx .cc{font-size:18px;line-height:22px;padding-bottom:20px;}

.btn3{display:block;position:fixed; z-index:30; bottom:0px; border-top:1px solid #5976a4; border-bottom:1px solid #5976a4; background:#476491; width:100%; text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;}
.menu{position:relative; float:left; width:25%; height:45px; line-height:45px; background:#476491; border-right:1px solid #5976a4; box-sizing:border-box; -webkit-box-sizing:border-box;}
.menu:last-child{border-right:none;}
.new-sub{position:absolute;bottom:60px;z-index:10;width:100%;padding: 0px 2px;background:#476491;box-sizing:border-box;-webkit-box-sizing:border-box;border: 1px solid #5976a4;border-radius: 5px;display:none;}
.new-sub li{width: 100%;background:#476491;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:1px solid #5976a4;overflow:hidden;}
.new-sub li a{display:block;height:40px;line-height:40px;text-align:left;background:#476491;color:#fff;border:none;text-align:center;font-size:12px;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #5976a4;border-bottom:5px solid #5976a4;}
.bt-name{font-size:15px;color:#fff;}
.bt-name a{display:block;font-size:15px;color:#fff;line-height:40px;}
.new-sub .tiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #5976a4;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.new-sub .innertiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid #476491;border-left:9px solid transparent;
border-right:9px solid transparent;z-index:11;}


}